home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" standalone="yes"?>
- <!DOCTYPE employees SYSTEM "Employees.dtd" [
- <!-- Declare the internal subset here -->
- ]>
-
- <employees>
-
- <employee id="A1234">
- <name>
- <first>John</first>
- <last>Doe</last>
- </name>
- <position>Programmer</position>
- <address>
- <street>123 Main Street</street>
- <city>Anywhere</city>
- <state>CA</state>
- <zip>92000</zip>
- </address>
- <phone>
- <main>(714) 555-1000</main>
- <fax>(714) 555-1001</fax>
- </phone>
- </employee>
-
- <employee id="A2345">
- <name>
- <first>Jane</first>
- <last>Doe</last>
- </name>
- <position>Systems Analyst</position>
- <address>
- </address>
- <phone>
- <main>(714) 555-2000</main>
- <mobile>(949) 555-2200</mobile>
- <home>(949) 555-2220</home>
- </phone>
- </employee>
-
- </employees>
-